Jump to content

18 posts in this topic

Recommended Posts

Posted

hi I'm new here, not sure where this goes but this looks like the best place, anyway I'm trying to make an application on iOS 8.1 using theos and I keep getting this error when trying to compile: deploying to ios 3.0 while building for 6.0 will generate army-7 only binaries.

 

then it start to compile and stops at: ld: unknown option: -demangle

clang: error: linker command failed with exit code 1

I have the iOS 8.1 ask also. thanks

Posted

Use 7.1 sdk and try again, can you post the full screenshot while it compiling?

Posted

it already made and some helpful thread i think >_>    (wrong thread) :p

Posted

You don't hve all required packages for mobile development. Check here:

 

Theos

iOS SDK

perl

iOS Toolchain

iphoneos headers

Posted

Use 7.1 sdk and try again, can you post the full screenshot while it compiling?

I'll try and get that sdk, then if it doesn't work I can try and post a full screenshot, thanks for the fast reply

Posted

Search for your error on the forum also. If I remember correctly, some other users had the same issue.

Posted

put this in makefile

 

iOS 7.1 SDK

 

export TARGET = iphone:clang:7.1:7.1
iOS 8.1 SDK

export TARGET = iphone:clang:8.1:8.1
There is no need to export the variables :)

Change it to this:

iOS 7.1 SDK

TARGET = iphone:clang:7.1
iOS 8.1 SDK

TARGET = iphone:clang:8.1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines