Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

is UISS support iOS7 ?? #36

Closed
Mohamed3amer opened this issue Feb 9, 2014 · 5 comments
Closed

is UISS support iOS7 ?? #36

Mohamed3amer opened this issue Feb 9, 2014 · 5 comments

Comments

@Mohamed3amer
Copy link

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)

@robertwijas
Copy link
Owner

It looks like CocoaPods static library does not compile with your project.

Lets rule out the most obvious mistakes:

  • did you run pod install?
  • are you opening workspace file (not project file)?

@Mohamed3amer
Copy link
Author

did you run pod install? Yes
are you opening workspace file (not project file)? i am opening project file and install pod in it then run only.

@Mohamed3amer
Copy link
Author

I tried to drag and drop the UISS project without using cocoapods , then run i get this error

"_UISS_LOG", referenced from:
-[UISSParser processClass:object:context:] in UISSParser.o
-[UISSParser processPropertyWithKey:value:context:] in UISSParser.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@robertwijas
Copy link
Owner

I recommend using CocoaPods.
However you HAVE to open workspace (*.xcworkspace) that is created by pod install command.

@Mohamed3amer
Copy link
Author

Thanks .. its working 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants