kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

CONTENTS_FOLDER_PATH #165

Closed ghost closed 10 years ago

ghost commented 10 years ago

I am getting an error where the file path can't be found:

UFW (M iphonesimulator): ERROR: Build failed Traceback (most recent call last): File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 812, in run_build() File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 745, in run_build project = Project(os.path.join(os.environ['PROJECT_FILE_PATH'], "project.pbxproj")) File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 203, in init self.headers_dir = os.path.join(os.environ['TARGET_BUILD_DIR'], os.environ['CONTENTS_FOLDER_PATH'], 'Headers') File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 23, in getitem raise KeyError(key) KeyError: 'CONTENTS_FOLDER_PATH' Command /bin/sh failed with exit code 1

UFW (M iphonesimulator): ERROR: Build failed

Traceback (most recent call last):

File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 812, in

run_build()

File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 745, in run_build

project = Project(os.path.join(os.environ['PROJECT_FILE_PATH'], "project.pbxproj"))

File "/Users/daniel/Dropbox/Github/stream/ios-stream-sdk/StreamSDK/build/StreamSDK.build/Debug-iphonesimulator/StreamSDK.build/Script-6549D97A17BC464500CE9D77.sh", line 203, in init

self.headers_dir = os.path.join(os.environ['TARGET_BUILD_DIR'], os.environ['CONTENTS_FOLDER_PATH'], 'Headers')

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 23, in getitem

raise KeyError(key)

KeyError: 'CONTENTS_FOLDER_PATH'

Command /bin/sh failed with exit code 1

Where would I update this?

thauber commented 9 years ago

I'm still having this issue. How did you fix it?