Update example apps to have minimum iOS deployment targets of iOS 9
Open
@mdmathias is already working on this.
Since May 12, 2023.
bug
examples
triage
- Dominant language
- Objective-C
- Stars
- 2k
- Forks
- 867
- Avg merge
- 4d 48m
- Merged PRs (30d)
- 1
Description
Describe the bug
Running the example apps for iOS with Xcode 14.3 will result in a build error:
File not found: /Applications/Xcode_14_3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
To Reproduce
Build and run the this example app.
Expected behavior
The example app should build and run fine.
Environment
- Device: Simulator
- Xcode version: 14.3
Additional context
This change should match the version specified in AppAuth.podspec.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.