question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature: Enable app Podfile

See original GitHub issue

From @DickSmith on June 10, 2018 21:59

Sometimes a project just needs to add a Podfile without any JS/TS, but a full plugin must be created:

  1. https://github.com/tjvantoll/nativescript-IQKeyboardManager (Until recently was only a podfile)
  2. https://github.com/Essent/nativescript-disable-bitcode (just a postinstall to strip all bitcode from a project).

Additionally, this is where a project should be able to set its platform version level, as well. (and plugin Podfiles should not).

In many ways this is similar to many of the settings and package management actions that can be taken in app.gradle (dependencies not requiring JS, package overrides, and min platform).

Would likely just come from App_Resources like similar files.

Copied from original issue: NativeScript/ios-runtime#939

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
DickSmithcommented, Sep 18, 2018
1reaction
Fatmecommented, Jan 30, 2019

Acceptance criteria:

  • Ensure the Podfile from App_Resources is correctly merged in platforms folder
  • Ensure the application is successfully run on device when Podfile in App_Resources
  • Ensure the content from project’s podfile is removed when Podfile in App_Resources is removed
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use CocoaPods plugins
Enables usage of Artifactory as an index for CocoaPods repo and as a repository for pods. CocoaPods Blocklist. Check if a project is...
Read more >
Adding optional frameworks with CocoaPods - IBM
Procedure · Open a command line terminal at the location of your Xcode project. · Run the pod init command to create a...
Read more >
CocoaPods | AppCode Documentation - JetBrains
If there is no Podfile in your project, you can create it in AppCode: From the main menu, select Tools | CocoaPods |...
Read more >
CocoaPods installation - New Relic Documentation
These procedures to configure your iOS app with CocoaPods and Swift also appear on the Get Started page in New Relic. ... Create...
Read more >
CocoaPods | CodePath iOS Cliffnotes
CocoaPods version 0.36 was the first version to add support for Swift with the use_frameworks! directive. As long as your app targets iOS8+,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found