| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example code using Bugfender in Swift iOS.
let yourBugFenderAppKey = "xxxxxxxxxxxxx" //TODO: insert your key here!add here the key you got before
$ fastlane test
Installs pods, compiles & runs all tests
$ fastlane build
Installs pods, cleans previous compilations, bumps build number, compiles for the iOS simulator
If you open this project with Xcode 8 you'll see an error stating that:
Signing for "BugfenderSDK-iOS-swift-sample" requires a development team. Select a development team in the project editor. Code signing is required for product type 'Application' in SDK 'iOS 10.0'
This means that you need to code-sign your binary if you want to run it on a real device (iPhone, iPad, etc.)
So go to the project (BugfenderSDK-iOS-swift-sample blue icon), then select both targets (application & tests), and in General tab select a Team in Signing.
If you're going to run this App in the simulator this is not needed
| Back | FazBrowse Home | New Git URL |