0

I am running into an issue when building an Ad Hoc build of my app with cocoalibspotify.

I have followed the instructions for iOS: https://github.com/spotify/cocoalibspotify#building---ios

I don't have any issues running the app with the Spotify framework in Simulator or on my device.

The issue is related to $CONFIGURATION_BUILD_DIR/include, which in gives me the following paths:

build/Ad Hoc-iphoneos/include
build/Debug-iphoneos/include
build/Release-iphoneos/include

Removing $CONFIGURATION_BUILD_DIR/include from my Framework Search Paths doesn't really change anything, and of course I am still unable to Archive the app. I noticed the Cocoalibspotify project doesn't have an Ad Hoc configuration, maybe this is the issue? I've tried to solve it with this related answer for a question but without any luck.

Any ideas?

4

1 回答 1

0

检查包含的示例,所有存档都很好。"$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include"您的用户标头搜索路径中可能缺少您。

于 2013-11-12T16:45:16.530 回答