robertwijas / UISS

UIAppearance Stylesheets
MIT License
1.23k stars 80 forks source link

is UISS support iOS7 ?? #36

Closed Mohamed3amer closed 10 years ago

Mohamed3amer commented 10 years ago

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 commented 10 years ago

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

Lets rule out the most obvious mistakes:

Mohamed3amer commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

Mohamed3amer commented 10 years ago

Thanks .. its working :+1: