cocoapods

Library not loaded- Alamofire

青春壹個敷衍的年華 提交于 2019-12-24 03:10:59
问题 I have been plagued by a bug for hours. I am building a framework using Alamofire and am testing it in an iOS project. Whenever I run the project, I get this error: dyld: Library not loaded: @rpath/Alamofire.framework/Alamofire Referenced from: /Users/theodorestrauss/Library/Developer/Xcode/DerivedData/TGClient-ecnnvvvxipoufihfghkpxlfccyoc/Build/Products/Debug-iphonesimulator/TGClient.framework/TGClient Reason: image not found I have scoured the web looking at GitHub issues, Stack articles,

Swift 'Could not build Obj-C module 'BranchInvite'

这一生的挚爱 提交于 2019-12-24 01:55:35
问题 I've been following the instructions for implementing this SDK: https://github.com/BranchMetrics/Branch-iOS-Invite-SDK... below is what I have in my Podfile: platform :ios, '8.0' use_frameworks! target 'My-App' do pod 'BranchInvite' end And here is the error I'm getting... I've done a lot of troubleshooting to try and figure out the problem, looked at past issues of this reporsitory of this sort, and for some reason I cannot get "BranchWelcomeViewController" (nor BranchInvite) to be

.xcodeproj file within .xcworkspace created through cocoa pods is disabled

我只是一个虾纸丫 提交于 2019-12-24 01:18:58
问题 I look through the internet I didn't find the answer so here is the problem I had a project that I used cocoa pods in it and so open it through workspace file that cocoa pods created for me, but after update my os (clean install) to MacOS Sierra the .xcodeproj file is disabled when I open the project within .xcworkspace and every file underneath is not showing, I had many files grouped into Xcode folders under .xcodeproj file 来源: https://stackoverflow.com/questions/39673705/xcodeproj-file

Undefined symbol for architecture “_OBJC_CLASS_$_AFHTTPClient”

房东的猫 提交于 2019-12-24 01:15:38
问题 Iam using cocoapods with AFNetwork. When I compile the followig error appears: Undefined symbols for architecture i386: "_OBJC_CLASS_$_AFHTTPClient", referenced from: It happens for the cocoapod classes either with 64 bits or 32. Tried solutions from here: AFNetworking Library failing in iOS 7 And here: Undefined symbols for architecture arm64 but they don't work, am I missing something? I included the project, but do I have to link it in some other way? 回答1: The problem arises because there

Undefined symbol for architecture “_OBJC_CLASS_$_AFHTTPClient”

 ̄綄美尐妖づ 提交于 2019-12-24 01:14:14
问题 Iam using cocoapods with AFNetwork. When I compile the followig error appears: Undefined symbols for architecture i386: "_OBJC_CLASS_$_AFHTTPClient", referenced from: It happens for the cocoapod classes either with 64 bits or 32. Tried solutions from here: AFNetworking Library failing in iOS 7 And here: Undefined symbols for architecture arm64 but they don't work, am I missing something? I included the project, but do I have to link it in some other way? 回答1: The problem arises because there

Error installing Crashlytics - SSL peer handshake failed [closed]

删除回忆录丶 提交于 2019-12-24 00:37:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . While trying to install Crashlytics I have received this error: Installing Crashlytics (3.7.2) [!] /usr/bin/curl -f -L -o >/var/folders/7x/kpl0j8gs4bj_7d9mtcw0_13r0000gp/T/d20160804-54108->w1kqku/file.zip https://kit->downloads.fabric.io/cocoapods/crashlytics/3.7.2/crashlytics.zip --create-dirs ->-netrc-optional

The file “Pods-xxx.xcconfig” couldn’t be opened because there is no such file: /Pods appears twice in my configuration paths

和自甴很熟 提交于 2019-12-23 23:50:49
问题 I have different targets, hence different configurations in my app. Every time I run pod install , I end up having a debug and a release warning for each configuration, telling me that : The file “Pods-{MyTarget}.debug.xcconfig” couldn’t be opened because there is no such file. /{MyAppPath}/Pods/Pods/Target Support Files/Pods-{MyTarget}/Pods-{MyTarget}.debug.xcconfig It appears that /Pods is being added twice in the configuration paths (from Info section at project level), and I have no idea

Can't install a pod (Mixpanel) via CocoaPods - Fails to compile (file not found) - Bridging header issue?

岁酱吖の 提交于 2019-12-23 22:06:13
问题 I'm trying to update my project's version of Mixpanel to use Cocoapods, as it was previously installed manually. I already was using Cocoapods, so I assumed it would have been an easy update to just add pod 'Mixpanel', '~> 2.9' to the Podfile and run pod install . After doing this, I am getting the following errors: At the import statement #import "Mixpanel.h" /Users/timc/ios/app/MyApp/Classes/AnalyticsUtil.h:10:9: 'Mixpanel.h' file not found And also this one Failed to import bridging header

cmake: command not found

烂漫一生 提交于 2019-12-23 21:18:32
问题 After adding this line in my Podfile: pod 'PiwikTracker', :git => 'https://github.com/manuroe/matomo-sdk-ios.git', :branch => 'feature/CustomVariables' The below error is occuring: [!] /bin/bash -c set -e echo `pwd` sed -i '' 's/include <\(cmark.*\)>/include "\1"/' src/cmark.h mkdir -p build; cd build && cmake -G Xcode .. /Users/mac1/Library/Caches/CocoaPods/Pods/Release/cmark/0.24.1-ec027 /bin/bash: line 4: cmake: command not found Can anyone help me with this issue? 回答1: To use above

Ruby Error in cocoa pods After upgrading os and installing xcode

若如初见. 提交于 2019-12-23 20:07:01
问题 I got the following error when i run terminal command pod install command in terminal /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- rubygems/core_ext/kernel_warn (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /Library/Ruby/Site/2.3.0/rubygems.rb:1395:in `<top (required)>' from <internal