iTorrent_Framework
iTorrent_Framework copied to clipboard
[Help] Updated libtorrent version but now i can't build the project
I cloned the project and build it ok. I updated the libtorrent version to 1.2.0 but cant make it compile. I'm getting the following error:
`/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Intermediates.noindex/iTorrent.build/Debug-iphonesimulator/iTorrent.build/Objects-normal/x86_64/iTorrent normal x86_64 (in target: iTorrent) cd /Users/user/Documents/projects/iTorrent_Framework export IPHONEOS_DEPLOYMENT_TARGET=8.0 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -L/Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Products/Debug-iphonesimulator -F/Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Products/Debug-iphonesimulator -filelist /Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Intermediates.noindex/iTorrent.build/Debug-iphonesimulator/iTorrent.build/Objects-normal/x86_64/iTorrent.LinkFileList -install_name @rpath/iTorrent.framework/iTorrent -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -mios-simulator-version-min=8.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Intermediates.noindex/iTorrent.build/Debug-iphonesimulator/iTorrent.build/Objects-normal/x86_64/iTorrent_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -stdlib=libc++ -framework SystemConfiguration -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Intermediates.noindex/iTorrent.build/Debug-iphonesimulator/iTorrent.build/Objects-normal/x86_64/iTorrent_dependency_info.dat -o /Users/leandrom/Library/Developer/Xcode/DerivedData/iTorrent-gqjdukvjihznnwbzqtzcytkmysgh/Build/Intermediates.noindex/iTorrent.build/Debug-iphonesimulator/iTorrent.build/Objects-normal/x86_64/iTorrent
Undefined symbols for architecture x86_64: "_CFRelease", referenced from: void libtorrent::aux::(anonymous namespace)::CFRefRelease<__SCNetworkReachability const*>(__SCNetworkReachability const*) in ip_notifier.o "_CFRetain", referenced from: void libtorrent::aux::(anonymous namespace)::CFRefRetain<__SCNetworkReachability const*>(__SCNetworkReachability const*) in ip_notifier.o ld: symbol(s) not found for architecture x86_64`
Any clue?
Hi, it cannot compile only after you updated the library? I remember that there was a lot of changes in new version of libtorrent, that I had to change a lot of code in the bridge, have you fixed it?