Giter Club home page Giter Club logo

Comments (10)

nathanborror avatar nathanborror commented on August 15, 2024

Might also want to mention the dependency on libc++ in the installation docs.

from pop.

grp avatar grp commented on August 15, 2024

Could you paste the full linker error? It looks like it cut off what the actual error is with that method.

from pop.

nathanborror avatar nathanborror commented on August 15, 2024

Ld /Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Products/Debug-iphonesimulator/Lollypop.app/Lollypop normal i386
cd "/Users/nathan/Dropbox (Dropbox)/Experiments/iOS/Lollypop"
export IPHONEOS_DEPLOYMENT_TARGET=7.1
export 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.1.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Products/Debug-iphonesimulator -filelist /Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Intermediates/Lollypop.build/Debug-iphonesimulator/Lollypop.build/Objects-normal/i386/Lollypop.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.1 -lc++ -framework QuartzCore -framework CoreGraphics -framework UIKit -framework Foundation -lPods -Xlinker -dependency_info -Xlinker /Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Intermediates/Lollypop.build/Debug-iphonesimulator/Lollypop.build/Objects-normal/i386/Lollypop_dependency_info.dat -o /Users/nathan/Library/Developer/Xcode/DerivedData/Lollypop-anallkyaencrooftpqmvoexnnryu/Build/Products/Debug-iphonesimulator/Lollypop.app/Lollypop

Undefined symbols for architecture i386:
"WebCore::TransformationMatrix::recompose(WebCore::TransformationMatrix::DecomposedType const&, bool)", referenced from:
_POPLayerSetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleXY in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationX in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationY in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationZ in libPods.a(POPLayerExtras.o)
...
"WebCore::TransformationMatrix::TransformationMatrix(CATransform3D const&)", referenced from:
_POPLayerGetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleXY in libPods.a(POPLayerExtras.o)
...
"WebCore::TransformationMatrix::transform3d() const", referenced from:
_POPLayerSetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleXY in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationX in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationY in libPods.a(POPLayerExtras.o)
_POPLayerSetTranslationZ in libPods.a(POPLayerExtras.o)
...
"WebCore::TransformationMatrix::decompose(WebCore::TransformationMatrix::DecomposedType&) const", referenced from:
_POPLayerGetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleX in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleY in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerSetScaleZ in libPods.a(POPLayerExtras.o)
_POPLayerGetScaleXY in libPods.a(POPLayerExtras.o)
...
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

from pop.

grp avatar grp commented on August 15, 2024

Did you use Cocoapods to install Pop, or did you manually add it to the project?

from pop.

nathanborror avatar nathanborror commented on August 15, 2024

I used Cocoapods.

from pop.

min avatar min commented on August 15, 2024

I get the same error, also using cocoapods

from pop.

kimon avatar kimon commented on August 15, 2024

This should be fixed once the latest CocoaPods submission goes live.

CocoaPods/Specs#11106

from pop.

nathanborror avatar nathanborror commented on August 15, 2024

Looks like it's workin now. Thanks :)

from pop.

grp avatar grp commented on August 15, 2024

Glad it's working for you now!

If anyone else is seeing this issue: make sure you update to the latest Cocoapods. Before, the .cpp files in the WebCore directory weren't included in the project. After the 1.0.1 change, they should be.

from pop.

kimon avatar kimon commented on August 15, 2024

Hoping to fix the C++ linkage issues automatically with an updated Podspec in the 1.0.2 release. CocoaPods/Specs#11108

from pop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.