-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with XCode6 #197
Comments
Looking at the script the problem seems to be here:
If we look closer at the error:
It seems that the libtool cannot open the generated static library header file:
Tried to use the
with no success. But looking at the folder generated framwork's build folder
I do not have the generated static library file there, so the error. So looking at the build folder you can see as the script generates the iOS Simulator build ( the Debug-iphonesimulator folder)
where the actual static library is not present, so the error! |
If I remove the i386 (iphonesimulator) target I get
What I have noticed is that while the BUILD_DIR exists the CONFIGURATION_TEMP_DIR does not. |
me too. How should I do? |
So far I have found no solution for that. Strangely the "iphonesimulator" folder still exists in XCode6 so the IF
should be still ok.
The file in the device debug folder is generated instead:
|
Anyone have found a solution for this? |
So, that is my solution to make the new Embedded Frameworks to work, but my concerns are that there's now way to submit the app with a Embedded Framework if the Deployment Target is not iOS 8.0: I'm stucked and a bit upset with Apple. |
Since it seems that there's no solution to this,
This (new) warning it's very interesting!
Anyways the error was:
|
I finally moved to @jverkoey iOS Framework, |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool: can't open file:.... |
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool: can't open file:.... |
We rolled back to xCode 5.x to make the libraries and it is working fine. Later you can test the libraries with xCode 6.x. However, with this approach you need to maintain two version of xCode. |
but if I use xcode 5, I can't use target IOS SDK 8.1 |
You can compile library with xCode 5.x for iOS 7.x or higher. And in xCode 6.x you can test the library with iOS 7.x or 8.x. It will work fine. We are doing the same. |
Everything was working for me with xcode 6.1.1 but as soon as I upgraded to xcode 6.2 things started failing with the errors described in this thread. The solution was to re-install the old xcode 6.1.1 side-by-side with 6.2. Then, re-run the installer of the Universal Framework (eg. Real Framework/install.sh). Only then things started working again in 6.1.1 |
After moving to XCode6 I have compilation issues, not for the build phase, but for the deploy:
The text was updated successfully, but these errors were encountered: