-
I tested it on the simulator with iOS 7.1 beta 5.
![ios simulator screen shot 14 feb 2014 12 21 39](https://f.cloud.github.com/assets/3541185/2170854/a56c3fe0-9576-11e3-853a-227cef3eb487.png)
-
Hi have setup this project to use TSMessage through cocoapods . Unfortunately The App crashes at line number 168:
[[UIColor colorWithHexString:current[@"backgroundColor"]];
i have followed the st…
-
I used to include the acknowledgements via this way: https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements/. So with the `post_install` and that given `Root.plist`.
Now I am trying to migrate …
-
The message window seems to drop from the top of the screen down to "below" the bottom of the screen and then come back, instead of just going down nicely from the top of the screen and then up again.…
ghost updated
8 years ago
-
Following Test with RestKit 0.23.1
``` objectiveC
- (void) testMappingLoginResponse
{
RKMappingTest* loginResponseMappingTest = [RKMappingTest testForMapping:loginMapping sourceObject:loginJSON d…
-
I am getting an error when trying to run `pod install` with Cocoapods 1.0.0beta4
```
Fetching podspec for `Keys` from `Pods/CocoaPodsKeys`
[!] No podspec found for `Keys` in `Pods/CocoaPodsKeys`
```
…
-
used command:
`carthage update --verbose --platform iOS`
used Cartfile:
``` Cartfile
github "Alamofire/Alamofire" ~> 3.0
github "Hearst-DD/ObjectMapper" ~> 1.0
github "tristanhimmelman/AlamofireObje…
-
### Describe the bug
In order to make use of API GraphQL, I need to install AmplifyPlugins/AWSAPIPlugin in my project.
When I use use_frameworks! in the Podfile, and run 'pod install', the pods …
-
I have over 20 targets in my XCode project, and I often add or remove one.
Cocoapods v0.x created libPods.a which was linked to all my targets. Easy.
With Cocoapods v1.x, I have to specify every ta…
-
**Context**
We have managed integrating XCRemoteCache with our project, using manual integration steps that had been added as part of project generation rules using BUCK.
Desired output had be…