-
Notifications
You must be signed in to change notification settings - Fork 81
is UISS support iOS7 ?? #36
Comments
It looks like CocoaPods static library does not compile with your project. Lets rule out the most obvious mistakes:
|
did you run pod install? Yes |
I tried to drag and drop the UISS project without using cocoapods , then run i get this error "_UISS_LOG", referenced from: |
I recommend using CocoaPods. |
Thanks .. its working 👍 |
When i run UISS on iOS 7 i got this message
Ld /Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Products/Debug-iphonesimulator/ThemesDemo.app/ThemesDemo normal i386
cd /Users/knetmac3/Desktop/ThemesDemo
setenv IPHONEOS_DEPLOYMENT_TARGET 7.0
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Products/Debug-iphonesimulator -F/Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Products/Debug-iphonesimulator -filelist /Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Intermediates/ThemesDemo.build/Debug-iphonesimulator/ThemesDemo.build/Objects-normal/i386/ThemesDemo.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -framework Foundation -framework UIKit -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -framework CoreGraphics -framework UIKit -framework Foundation -lPods -Xlinker -dependency_info -Xlinker /Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Intermediates/ThemesDemo.build/Debug-iphonesimulator/ThemesDemo.build/Objects-normal/i386/ThemesDemo_dependency_info.dat -o /Users/knetmac3/Library/Developer/Xcode/DerivedData/ThemesDemo-gqxxcwvjavqbeeettltrpfsohmoe/Build/Products/Debug-iphonesimulator/ThemesDemo.app/ThemesDemo
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: