cocoapods

Automatically select proper path to local CocoaPods framework

怎甘沉沦 提交于 2019-12-13 03:45:09
问题 I have a local framework. Since I work from different computers - I have different local paths to this framework. So, whenever I build it on another machine - I need to change the path. That is how I change it: target 'SomeTarget' do # pod 'SomeFramework', :path => 'some/other/local/path' pod 'SomeFramework', :path => 'some/local/path' end Is there some way to write both paths and the proper path will be selected automatically? Or any other solution which will help to forget about manual

No Code Signature Found after Cocoapod Install

≯℡__Kan透↙ 提交于 2019-12-13 03:24:19
问题 I recently installed cocoapods on two of my xCode projects and they both won't install on my physical iPhone. The two projects are a weather app and a bitcoin tracker app, both using alamofire and swiftyjson. Running on the simulator they are fine. These are the things I've tried : Cleaning the projects Closed xCode and reopened Restarted iPhone Tested a blank project if it will install onto my physical phone, worked fine Tried to tick auto manage signing on Pods project in the file inspector

Xcode 11 GM Seed 2 freezes while building workspace/project

拥有回忆 提交于 2019-12-13 03:18:19
问题 I have recently downloaded new Xcode 11 GM Seed 2 so that i can update my project to support Dark mode. (I am already on MacOS Catalina latest beta version-19A558d). I have my project(workspace with pods) working 100% fine with Xcode 10.2. When I have started building same project with newly installed Xcode 11 GM Seed 2 , It randomly freeze while building with title Building X of Y tasks . It randomly stops building any file at anytime. As per my different observations, It stops building

Build failing, Parse-Server/Pod/Bolts

泄露秘密 提交于 2019-12-13 03:16:56
问题 I'm using Parse-Server/Heroku and just installed the pod for Parse in an iOS project of mine (written in objective C). I am using Xcode Version 9.2 and pod version 1.3.1. The macOS is High Sierra Version 10.13.2. When I try to build the project, I get this error: ld: library not found for -lBolts clang: error: linker command failed with exit code 1 (use -v to see invocation) But Bolts seems to be installed, as a dependency when I run pod install . Any idea about what I can do to solve the

Failed to install 'phonegap-plugin-push': undefined CordovaError

一个人想着一个人 提交于 2019-12-13 03:05:34
问题 When I try to build ios platform, I got below error. I have tried this , but it does not work.https://www.bountysource.com/issues/40076372-failed-to-install-phonegap-plugin-push-undefined-error-version-should-contain-only-numbers-and-dots Installing "phonegap-plugin-push" for ios Failed to install 'phonegap-plugin-push': undefined CordovaError: Promise rejected with non-error: '/Library/Ruby/Gems/2.0.0/gems/claide-1.0.2/lib/claide/command.rb:439:in `help!\': \u001b[31m[!] You cannot run

Error message - RNFirebase core module was not found natively on iOS

让人想犯罪 __ 提交于 2019-12-13 02:47:43
问题 React Native Firebase won’t install on iOS React Native project. It works fine on Android. I followed this instruction. https://rnfirebase.io/docs/v5.x.x/installation/initial-setup I set up Firebase, added the downloaded plist file via XCode, installed and set up Cocoapod. The moment I add the following line to my App.js, the simulator returns an error message. import firebase from 'react-native-firebase'; The error message: “RNFirebase core module was not found natively on iOS” I’ve tried a

RestKit & Cocoapods: Mapping operation failed / did not find any mappable values

微笑、不失礼 提交于 2019-12-13 02:37:30
问题 When executing unit tests for RestKit Mapping Code with RKMappingTest s, they fail with exceptions such as: Mapping operation failed: Given nil destination object and unable to instantiate a destination object for mapping. or (when a destination object is passed into the RKMappingTest ): Mapping operation did not find any mappable values for the attribute and relationship mappings in the given object representation RestKit is installed through Cocoapods using the following Podfile: target

Installing CocoaPods and AWS Mobile iOS SDK

谁说胖子不能爱 提交于 2019-12-13 02:22:59
问题 I followed these instructions: http://docs.aws.amazon.com/mobile/sdkforios/developerguide/install-ios-sdk.html But I still get all these missing dependencies: http://screencast.com/t/o2oaYFctzg How do I fix this? 回答1: So I had issues with this for a while too. A bit confusing if it is your first dependency manager. So open up terminal and follow these steps: gem --help to check if you have RubyGems. If not go HERE sudo gem install cocoapods IT TAKES A WHILE, be patient, it will go Now, once

Can I Pod XMPPFramework Without All of Its XEP Extension?

北慕城南 提交于 2019-12-13 02:22:56
问题 I've been struggling for archiving my project recently. 2 hours passed and the archiving process still in Running 2 of 2 custom shell scripts phase. Apparently, after looking into the Report Navigator , the root cause of this is because I am using XMPPFramework Pod and the archiving process took too long in running Copy Pods Resources custom shell script for one of XMPPFramework Extensions XEP (the one which I even don't use). Then, I think I can get out from this trouble by disabling some

MSCollectionViewCalendarLayout example: undefined symbols for architecture

孤街浪徒 提交于 2019-12-13 01:56:02
问题 I want that the example of MSCollectionViewCalendarLayout compiles and run. Steps I've done: installed CocoaPods downloaded project run pod install in the Example project directory run the project from the .xcworkspace Now I'm getting Undefined symbols for architecture i386: "_RKLogCoreDataError", referenced from: ___33-[RKEntityByAttributeCache load:]_block_invoke in libRestKit.a(RKEntityByAttributeCache.o) ___43-[RKManagedObjectImporter finishImporting:]_block_invoke in libRestKit.a