Unsolved

This post is more than 5 years old

2 Posts

1175

June 13th, 2012 00:00

Apple iOS Toolkit

Hi

I have a problem with installation  Apple iOS Toolkit.

I follow the installation guide and import atmos project. Then I switch to atmos-ios| iOS Device scheme and build libatmos.a. But when i switch back to my project libatmos.a turns red and I got a errror "No such file or directory" if I build my project. I also set Build Settings->Linking->Other Linker Flags to all_load and Build Settings->Search Paths->Header Search Paths $(BUILT_PRODUCTS_DIR)/usr/local/include.

Thank You.

281 Posts

June 18th, 2012 07:00

Can you try removing and re-adding the libatmos.a after building atmos-ios?  What versions of Xcode and iOS SDK are you using?

2 Posts

June 22nd, 2012 02:00

Thank you for Reply.

I fix the problem. My solution is not the best but it works. I fined a ilbatmos.a at path

~/Library/Developer/Xcode/DerivedData/atmos-ios-............./Build/Products/Debug-iphonesimulator

and place it to Desctop. After i set the libatmos.a path in Xcode Build Settings  Framework Search Pathes and Header Seaarch Paths. And now Xcode findes a libatmos.a. I use Xcode 4.2

0 events found

No Events found!

Top