Search results for

“xcode github”

95,453 results found

Post

Replies

Boosts

Views

Activity

Reply to How do I downgrade the simulator in Xcode?
Same as guy above, XCode 15 and it only lists 17.0 in the simulator. If I look inside the xcode folders it lists lots of other ios versions, interestingly it doesn't actually list 17, just 8->16.4. How is it this fiddly and wierd to just get a simulator for different versions of ios!? I followed a few guides of downloading other versions of the simulators from github and something else with some commands, don't seem to make any diff, I don't see anything other than ios 17.0.
Oct ’23
Reply to tvOS 10.2 beta - Strange top shelf behaviour
Okay,some combined StackOverflow and Github results helped me to use xCode 8.2 with tvOS 10.2:From StackOverflow: You need to copy the iPhoneOS5.1.sdk to the directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk and iPhoneSimulator5.1.sdk to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk (You'll need to restart Xcode to be able to select the SDKs in the Base SDK build option.)And from Github: // The trick is to link the DeviceSupport folder from the beta to the stable version. ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3 (14E5230d)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport // Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versionsMaybe the latter one (of course adapted for Apple T
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’17
Reply to Xcode 10's base SDK?
>still not clear on the other way around though - selecting 3.2 but being able to use 4.x API; the discussion doesn't seem to say compatibility works that way aroundDon't conflate supported code with migrated code.From the Xcode 10 Release Notes:Xcode 10 is the last release that will support Swift 3. Migrate your projects from Swift 3 code to Swift 4.2 syntax by opening the project and choosing Edit > Convert > To Current Swift Syntax… (43101816)
Oct ’18
Reply to View hidden files in Xcode Project navigator
They are files/folders in the project directory. For instance, I have a .github directory with workflows and such in it, and it would be nice to see those in the Project navigator. Granted, I can just open them in another application, or use Terminal to open them, but it would be nice if I didn't have to exit Xcode to view files in the project I'm working on. So, the project might look like: Project/ t.github/ ttworkflows/ t.gitignore tSwiftFile.swift t...
Feb ’21
Reply to Xcode 15 beta 4 has issue with GoogleConversionTracking
Report the problem to the respective GitHub project owner.
Replies
Boosts
Views
Activity
Jul ’23
Reply to How do I downgrade the simulator in Xcode?
Same as guy above, XCode 15 and it only lists 17.0 in the simulator. If I look inside the xcode folders it lists lots of other ios versions, interestingly it doesn't actually list 17, just 8->16.4. How is it this fiddly and wierd to just get a simulator for different versions of ios!? I followed a few guides of downloading other versions of the simulators from github and something else with some commands, don't seem to make any diff, I don't see anything other than ios 17.0.
Replies
Boosts
Views
Activity
Oct ’23
Reply to What is the best way to implement In-app purchases
I have not, but there's a description of how to use it with swift on its github page.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’16
Reply to Can we share planes/anchorpoints with others?
Awesome! Would love to see a write up or a github project.
Topic: Spatial Computing SubTopic: ARKit Tags:
Replies
Boosts
Views
Activity
Jun ’17
Reply to Do I need the multitasking camera access entitlement during development or just when submitting an app
hi, can u provide sample github? Thanks so much
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to Should .gitignore file contain anything about provisioning profile ?
Thanks donarb !I have added your github link to my favorites !!
Replies
Boosts
Views
Activity
Aug ’15
Reply to memory leak
I recommended that you may have a look at GitHub and http://www.cnblogs.com
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’17
Reply to Hybrid iOS app is not showing up auth-Prompt screen for New Kerberos SSO - credential based auth challenge.
That is an issue you'll have to raise with the Cordova github repo.
Replies
Boosts
Views
Activity
Jan ’22
Reply to react native app crashs on launch testFlight
Ask this question on the React Native github project.
Replies
Boosts
Views
Activity
Jun ’22
Reply to tvOS 10.2 beta - Strange top shelf behaviour
Okay,some combined StackOverflow and Github results helped me to use xCode 8.2 with tvOS 10.2:From StackOverflow: You need to copy the iPhoneOS5.1.sdk to the directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk and iPhoneSimulator5.1.sdk to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk (You'll need to restart Xcode to be able to select the SDKs in the Base SDK build option.)And from Github: // The trick is to link the DeviceSupport folder from the beta to the stable version. ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.3 (14E5230d)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport // Then restart Xcode and reconnect your devices. You will need to do that for every beta of future iOS versionsMaybe the latter one (of course adapted for Apple T
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’17
Reply to IOS 16.2 Developer mode
Can someone help me? How should I do to check if the device is registered in X-Code? Regards
Replies
Boosts
Views
Activity
Dec ’22
Reply to Xcode 10's base SDK?
>still not clear on the other way around though - selecting 3.2 but being able to use 4.x API; the discussion doesn't seem to say compatibility works that way aroundDon't conflate supported code with migrated code.From the Xcode 10 Release Notes:Xcode 10 is the last release that will support Swift 3. Migrate your projects from Swift 3 code to Swift 4.2 syntax by opening the project and choosing Edit > Convert > To Current Swift Syntax… (43101816)
Replies
Boosts
Views
Activity
Oct ’18
Reply to Share arbitrary struct from HostApp to Extension and get arbitrary result back
Here is the github project: https://github.com/Fesh-com/Sharing-Extension
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to iOS App never gets Bluetooth connection
I have posted a skeleton project on Github https://github.com/andrewknockin/BleTest
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to View hidden files in Xcode Project navigator
They are files/folders in the project directory. For instance, I have a .github directory with workflows and such in it, and it would be nice to see those in the Project navigator. Granted, I can just open them in another application, or use Terminal to open them, but it would be nice if I didn't have to exit Xcode to view files in the project I'm working on. So, the project might look like: Project/ t.github/ ttworkflows/ t.gitignore tSwiftFile.swift t...
Replies
Boosts
Views
Activity
Feb ’21