Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Remove "linking against dylib not safe for use in application extensions" warning#19

Merged
zenangst merged 1 commit intozenangst:masterfromkumapo:remove-warning-for-use-in-app-extensions
Mar 28, 2016
Merged

Remove "linking against dylib not safe for use in application extensions" warning#19

zenangst merged 1 commit intozenangst:masterfromkumapo:remove-warning-for-use-in-app-extensions
Mar 28, 2016

Conversation

kumapo
Copy link
Contributor

Remove"linking against dylib not safe for use in application extensions" warning when the application project that includes app extension is integrated with Hue.framework using Carthage

The warning message in Report navigator is:

Ld /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Products/Debug-iphonesimulator/FooExtension.appex/FooExtension normal x86_64    cd /path/to/mine/works/Foo-ios    export IPHONEOS_DEPLOYMENT_TARGET=9.0    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -L/path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Products/Debug-iphonesimulator -F/path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Products/Debug-iphonesimulator -F/path/to/mine/works/Foo-ios/Carthage/Build/iOS -filelist /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Intermediates/Foo.build/Debug-iphonesimulator/FooExtension.build/Objects-normal/x86_64/FooExtension.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/../../Frameworks -mios-simulator-version-min=9.0 -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -framework SDWebImage -e _NSExtensionMain -fapplication-extension -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -Xlinker -add_ast_path -Xlinker /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Intermediates/Foo.build/Debug-iphonesimulator/FooExtension.build/Objects-normal/x86_64/FooExtension.swiftmodule -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Intermediates/Foo.build/Debug-iphonesimulator/FooExtension.build/FooExtension.appex.xcent -framework Hue -framework CollectionViewWaterfallLayout -framework HTTPStatusCodes -framework RxCocoa -framework RxSwift -framework Security -framework KeychainAccess -framework SwiftyJSON -framework Alamofire -framework Pods_FooExtension -Xlinker -dependency_info -Xlinker /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Intermediates/Foo.build/Debug-iphonesimulator/FooExtension.build/Objects-normal/x86_64/FooExtension_dependency_info.dat -o /path/to/mine/Library/Developer/Xcode/DerivedData/Foo-brbdrhsipbngmbecsynuwcvgwsgt/Build/Products/Debug-iphonesimulator/FooExtension.appex/FooExtensionld: warning: linking against a dylib which is not safe for use in application extensions: /path/to/mine/works/Foo-ios/Carthage/Build/iOS/Hue.framework/Hue

@kumapokumapo changed the titleEnable iOS and OSX targets Allow app extension API onlyRemove "linking against dylib not safe for use in application extensions" warningMar 28, 2016
@zenangstzenangst merged commit89ae5e1 intozenangst:masterMar 28, 2016
@zenangst
Copy link
Owner

@kumapo cheers mate!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kumapo@zenangst

[8]ページ先頭

©2009-2025 Movatter.jp