Linked Questions
19 questions linked to/from Xcode 5 and iOS 7: Architecture and Valid architectures
33
votes
6
answers
51k
views
Error "Cast from pointer to smaller type 'int' loses information" in EAGLView.mm when update Xcode to 5.1 (5B130a)
Yesterday, I updated Xcode to the newest version (5.1 (5B130a)) to compatible with iOS 7.1. Then I build my project, I get the error "Cast from pointer to smaller type 'int' loses information" in ...
17
votes
2
answers
14k
views
how to stop xcode5.1 building for 64bit
I just updated to xcode 5.1 - apple decided to make all apps compile to 64bit by default - My app has some legacy code and I spent the last couple of hours figuring out how to STOP Xcode building for ...
14
votes
6
answers
29k
views
How Single App Binary Supports 64-bit and 32-bit Apps
We can see apple announcement here.. According to this doc, we can submit same binary with supporting 32-bit and also 64-bit. I found one stack overflow answer here. But According to this answer, we ...
10
votes
2
answers
15k
views
Undefined symbols for architecture x86_64 iOS swift
I am working on a project with the Swift programming language and I am trying to use some code from some older Objective-c projects. I have created the bridge file and imported the headers that I need ...
6
votes
6
answers
56k
views
Xcode: Undefined symbols for architecture arm64 error
In my Xcode 5 project I use RestKit for REST communication.
Everything works fine with the simulators, but generating the ipa file, I get the following error:
ld: warning: ignoring file /Users/joseph/...
7
votes
1
answer
5k
views
Xcode 5: about 64-bits architecture and backwards compatibility
I've developed an iOS app whose Deployment Target needs to be 5.0, so the target's Build Settings > Architectures > Architectures value has to be the standard without the 64-bit one (XCode complains ...
3
votes
1
answer
6k
views
Architecture not supported - Xcode error
I'm getting these errors whenever I'm trying to run my code on iPad device. Can't seem to figure out the solution here. Tried changing build configurations but it doesn't work. As I have to support ...
2
votes
1
answer
2k
views
Apple Mach-O linker errors While Archiving My project
I am trying to archive my First iOS Project and I get the following errors. It seems like there is something bugged with the Facebook SDK and Google Plus SDK which i have used for Authentication. I ...
2
votes
1
answer
3k
views
Building ios corePlot with Xcode 5.0 using a Dependent project scenario
I am new to IOS and am writing an ios 7.0 app that uses coreplot (latest version 1.3). I had the "Build active architecture" set to YES - so during the development, I did not run into any linking ...
6
votes
1
answer
3k
views
Universal iOS app INCOMPATIBLE on iPad Air 2 in TestFlight
I believe this is a TestFlight bug in that iPad Air 2 devices aren't being recognised, see updates below
One of our apps is incompatible through TestFlight on iPad Air 2 and as such we are unable to ...
2
votes
2
answers
1k
views
error 'Undefined symbols for architecture x86_64 ' on Xcode 6 for Objective C
I started studying Objective C using Xcode 6. so i am new to this. i follow some tutorial on Web and trying some examples. i am using mac os x 10.9. i did not get error so far like this. i have tried ...
1
vote
1
answer
2k
views
How to make framework support architecture x86_64?
I made my own framework and everything was fine. But when Apple releases 64bit architecture when another project uses 64-bit architecture my framework doesn't want to compile.
When I changed ...
0
votes
3
answers
144
views
Error when running an app with deployment target 5.1.1 on iOS 9.3.2 (-fembed-bitcode is not supported on versions of iOS prior to 6.0.)
I try to update an old iOS app with deployment target 5.1.1. When I run it on iOS 9.3.2, I got this error below:
-fembed-bitcode is not supported on versions of iOS prior to 6.0.
How can I fix that? ...
0
votes
1
answer
1k
views
Xcode Validating App: No architectures?
i using xcode 5.1 and i would like to validate my product. Here is the error, that i get:
No architectures in the binary. Lipo is failed to detect any architectures in the bundle executable
I have ...
0
votes
3
answers
786
views
Selection of the ios on the simulator Xcode
As you can see in the image I have the IOS 5.1 version installed in Xcode for the simulator, but surprisingly I can select it in a project but not in the other.
Why is this happening? Any clue?