Good day team,I've faced s weird problem while updating to xCode 7.3.1.I've registered my URL Scheme to my app but when I launch Safari it works only for the first time, I run it again I got the error:-Invalid AddressThere is a strange walk around I tried and works that I've to refresh Safari page (ex. navigates to http://www.apple.com) then reenter my url scheme again and it works.But I can't launch the app like that.Any suggestions?
Search results for
file uri scheme
79,836 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello there, I have worked for about 3 companies that did white label development. To get customer facing applications, for companies that could not afford to build their own apps. Like all the colleges or all the real estate brokerages. So I have been making a new scheme for each of my new customers. This allows them to have their own assets, UI flow, colors etc.. What I have noticed is around my 100th customer. xCode starts to exhibit some odd and slow behavior. Is there a better way? Maybe one Scheme, where I could run a script on at run time? Any feedback would be greatly appreciated.
Hello, We moved from Xcode10 to Xcode12.4, to port our applications for M1. One degradation that we experience is that Xcode12.4 isn't creating schemes for all targets with identical names. We work with large Xcode projects that contain other projects in them and many of them have targets with the same names, for example Target_X. When opening a project like I mentioned in Xcode12.4, only one random Target_X scheme is generated while opening the same project in Xcode10.3 will generate all Target_X(project name) schemes from all the included projects in the opened one. Please consult, Thanks.
Hi all!We're going to let users launch Settings.app from our application, so is it possible to add URL scheme prefs to our application URL types?Is it private API or not? Will we get rejected in AppStore review for using that?let url = NSURL(string: prefs:root=Settings) UIApplication.sharedApplication().openURL(url!)
We can open the music app with the URL Scheme music://, but I couldn't figure out a URL scheme to open the now-playing interface. Would be useful for directly opening the music.app now-playing interface from my app.
I don't claim to know what all the XML means but the change happens in my watch app schemes when I switch the selected device between the simulator and a real watch. When I select the simulator, BuildableProductRunnable is in effect but when I select a real watch, RemoteRunnable is in effect. It's almost as if the scheme has to change to allow remote debugging when using a real watch. So the state of the scheme files depends on the device selected when you last built in Xcode.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Have you tried any setup in your application scheme settings under Test? You must change it to add the .xctestplan file.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I have a few build schemes in my app, they are not much different, but I needed to have different info.plists for each scheme.I created a class to store 2 strings, and made it conform to NSCoding so I could store it and retrieve it from standardUserDefaults.On the 2 schemes that are not working, I get the following error:I am running Xcode 7.2.1 (7C1002)*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (Apps_Scheme_Test.UserLocationString) for key (root); the class may be defined in source code or a library that is not linked'The first thing I thought was that I may have not included UserLocationString.swift in the target membership of those schemes. However, those schemes are checked.I also checked the Build Phases and verified that UserLocationString.swift is included in the Compile Sources section.What I did notice, is that is says object of class (App
I recently tried to build my app by opening xcworkspace, but noticed that my app scheme with app icon have disappeared and only pod scheme remains. Also, the icon of my xcworkspace have changed from the apple icon to the folder icon, can no longer access the general settings page please send help
Nevermind. Please be sure to not only see the scheme file in xcshareddata, but also that it is in the repository (as the warning stated 🤦🏻♂️). If needed — adjust your .gitignore file contents.
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags:
The base URI of extensions change between launches to avoid websites fingerprinting users. Thanks for the feedback and sample code, we will look into it!
Topic:
Safari & Web
SubTopic:
General
Tags:
The file I implemented has the required properties written but still doesn't work.clip_145.m3u8#EXTM3U #EXT-X-VERSION:3 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=English,LANGUAGE=en, DEFAULT=NO, AUTOSELECT=YES, URI=en.m3u8 #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=Korean,LANGUAGE=ko, DEFAULT=NO, AUTOSELECT=YES, URI=ko.m3u8 #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=Romanization,LANGUAGE=rz, DEFAULT=YES, AUTOSELECT=YES, URI=rz.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=295240,AVERAGE-BANDWIDTH=251002,CODECS=avc1.4d400c,mp4a.40.2,RESOLUTION=256x144,FRAME-RATE=29.970, SUBTITLES=subs clip_145_sub.m3u8clip_145_sub.m3u8#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:3 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-PLAYLIST-TYPE:VOD #EXTINF:2.002, clip_145_00001.ts ... ... #EXTINF:2.002, clip_145_00107.ts #EXT-X-ENDLISTNothing happens when I try to download to clip_145.m3u8. Is there another reason why it doesn't work?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
In case others come here and don't look at the comments: Apple has acknowledged this as a bug. Fortunately, there is a workaround: Go to the scheme, say Edit Scheme. Go to Run (Debug) and find the checkbox for View Debugging and deactivate it. But please file a Feedback on this. In it, you can refer to my report: FB15492822
Topic:
UI Frameworks
SubTopic:
General
Tags:
I am trying to set up a bot to run a test scheme in Xcode Server. I get the following error:Bot Issue for Tapestry Bot-Test (error) No destinations were specified with the -destination flag which were valid for the specified scheme 'TapestryTests'.In reading other posts and doing searches I have seen to set the destination flag in the edit scheme option in Xcode. I have tried several places and don't know where to put this option-destination 'platform=iOS,id=SomeDeviceID' testI tried to enter screenshot but dont see an option. I am under the edit scheme screen where you set your build and run option
I get this too lately. It happens to me when I have a scheme I haven't added a file to. So I just go back gthrough git commits to find the files I haven't added. But it is still really annoying.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: