Search results for

“translate scheme”

6,670 results found

Post

Replies

Boosts

Views

Activity

Xcode 7 Beta 3 not auto-selecting Code Sign certificate for "iOS Distribution"
Update: Just before posting this, I thought that I would try Xcode 7 Beta 2, and it worked! I'm trying to update my build server from Xcode 6.3 to Xocde 7 beta 3, but getting the following error. On my server I use an enterprise account, so I depend on using the iOS Distribution setting for my In House configuration instead of hard coding the cert in the project. + xcodebuild -project MYAPP.xcodeproj -scheme MYAPP-InHouse archive === BUILD TARGET WatchKit App OF PROJECT MYAPP WITH CONFIGURATION In House Distribution === Check dependenciesCode Sign error: No matching provisioning profiles found: No valid 'development' profiles were found.CodeSign error: code signing is required for product type 'WatchKit App' in SDK 'iOS 9.0'when I modify the build settings on the server and select My Company name - iOS Distribution Certificate instead of iOS Distribution the build will work, but I need the auto-select to work. It's not clear why it says 'development' in the error, this scheme is configured t
8
0
2.4k
Jul ’15
Reply to [Meta] Signal to Noise
I have been programming computers for 44 years. I think a lot of the interesting posts have been by youngsters (I am 65) who have been educated in functional programming. I think the majority of them are off playing with Swift 2.0.---------------My DNA RPG - Report Program Generator IBM 360 Model 20 - San Jose Fortran - CDC6600 Sunnyvale Ca Cobol - CDC6600 Sunnyvale Ca Burroughs B3500 Assembly Burroughs B3500 Cobol IBM 360 Cobol IBM 360 Assembly Language and Macro Assembler Assembly Language 6502, 808x, 68xx Pascal Forth C Scheme Java Lisp Visual Basic SQL Smalltalk Objective-C Swift
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’15
OS X Localization
Hello,Since I am very new to this forum, my question may have an obvious answer to most of you. However, I'll for it.I am not familiar with the possibilities (or not) of localizing the OS X itself, i.e. adding a new language for the system as a whole, which in my case would be working on the localization / translation into Bosnian.Thanks for any feedback and/or advice.Elv
3
0
598
Jul ’15
Can anyone run watchOS2 beta 3 apps on the watch device while debugging with Xcode?
I just don't seem to be able to debug an app if it is running on the actual watch. I am on beta 3 and this is what happens:Xcode takes a while to detect the watch.if I try to run the watchkit app scheme (real device + paired real watch), the app installs to both devices, then Xcode beachballs a little and the it says it's done running on the watch.if instead I run the iOS app scheme first and then the watchkit app one, again Xcode beachballs a bit and then the iOS app crashes (a sigkill LOL). ie.:0x10004ec74 <+120>: bl 0x10004ed08; symbol stub for: UIApplicationMain 0x10004ec78 <+124>: stur w0, [x29, #-4] <<-- SIGKILLThis is not that different than what I was experiencing with beta 2, but for the crash. With beta 2 it would also beachball and then finish without running or seemengly attaching to the debugger. BTW, once the app has been pushed by Xcode into the phone and from the phone to the watch, the watch app itself runs just fine if I don't attempt debugging. So my ques
9
0
2.1k
Jul ’15
Reply to CoreSpotlight: What data to index and which approach is best?
Sorry for hi-jacking this thread, but your reply leads to some questions:You'll want to also make sure you're using a Smart App Banner with a deep link to your app on any pages that your app can show. Since you already handle these entries into your app this should be easy for you. Just make sure you're specifying the app-argument in the content value to a deep link into your content. More generally, you'll want to support Univeral Links as the way you get users into your app, and also for the things like the webpageURL on NSUserActivities, and for identifiers of your CSSearchableItem objects.Question:Given I have web content at mydomain.com/content-my-app-understands and I have a Smart App Banner there with<meta name=apple-itunes-app content=app-id=myAppStoreID, app-argument=myURL_telling_the_app_what_to_show>where myURL_telling_the_app_what_to_show is a URL with custom URL scheme likemyAppName://show-this-with-idWhen this page gets crawled, spotlight puts it in its global index and the user t
Topic: App & System Services SubTopic: General Tags:
Jul ’15
Xcode 7 Beta 3 does not find my cert for "iOS Distirbution"
I'm trying to update my build server from Xcode 6.3 to Xocde 7 beta 3, but getting the following error. On my server I use the Enterprise Develoepr Program, so I depend on using the auto-select iOS Distribution setting for my In House configuration instead of hard coding the cert in the project because I belong to a different Developer Program on my development machine.+ xcodebuild -project MYAPP.xcodeproj -scheme MYAPP-InHouse archive=== BUILD TARGET WatchKit App OF PROJECT MYAPP WITH CONFIGURATION In House Distribution ===Check dependenciesCode Sign error: No matching provisioning profiles found: No valid 'development' profiles were found.CodeSign error: code signing is required for product type 'WatchKit App' in SDK 'iOS 9.0'Xcode 7 beta 2 works. beta 3 does not.
10
0
4.2k
Jul ’15
URI Schemes Broken?
It seems that basic URI Schemes are not working as of beta 3. I created a simple test app with myscheme as a URI Scheme, and attempted to open it from Safari, but Safari just stops there. This also breaks existing app schemes.
6
0
774
Jul ’15
Reply to schema.org "Offer", but not "Product" in Spotlight?
Product is not on the list of schemes that's supported because we don't index anything directly from the Product itself other than AggregateRating and Offer. Of course, what we pull out of this markup is potentially changing over time, but at the moment we don't pull info from Product itself. If there's information you think we should be including from Product, please file bug reports with the details.
Topic: App & System Services SubTopic: General Tags:
Jul ’15
How do I set the language of the watch simulator?
I'm trying to verify the translations for my Watch app, but no matter what I change, the UI on the watch is always in English. I've tried setting the iPhone simulator language in the General settings, which works for the iPhone app, but doesn't affect the watch. I've also tried changing the Application Language in the debug launch scheme, but that doesn't seem to make any difference either. What am I missing?
2
0
2.8k
Jul ’15
Reply to El Capitan Public Beta Installation Failing
Here are some instructions I found. Do they look ok?How to Create Bootable USB Flash DriveFirst, create bootable USB flash drive. Here is how you do it:Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and let the name be Untitled (default).Now click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set to Untitled.After downloading the OS X 10.10 Yosemite installer from the Mac App Store, just quit the installer and set the downloaded file's name to Install OS X Yosemite.app.Launch the Terminal app (in Applications/Utilities) and type or paste the following command in, and then hit Enter:sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinst
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to CoreSpotlight: What data to index and which approach is best?
So in the webpageURL would be aURL of kindmyAppName://show-this-with-id???That doew not make any sense as the documentation of webpageURL states:The scheme of the webpageURL must be http or https. Any other scheme throws an exception.So to repeat:I have an app which understands a custom URL schemeI have SmartAppBanners with the custom URL scheme in its app-argumentThe AppleBot crawls my site at e.g. mydomain.com/content-my-app-understandsSo my question again: How to access my original deeplink (myAppName://show-this-with-id) from the NSUserActivity when the user presses a search result?
Topic: App & System Services SubTopic: General Tags:
Jul ’15
Reply to How to downgrade El Capitan to Yosemite without a backup
If you have a Time Machine backup, you need this support page:https://support.apple.com/kb/PH18848?locale=en_GBIf not, then you'll need to make a Yosemite USB installer of at least 8GB. (a USB3 one will be much quicker).First download the OS X 10.10 Yosemite installer from the Mac App Store in the Purchases section (you may need to hold alt/option while selecting Purchases. Once it's downloaded, just quit the installer and set the downloaded file's name to InstallOSXYosemite.app (make sure only .app, not .app.app)Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and set the name be YosemiteInstallerNow click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to From El Capitan to Yosemite
You'll need to make a Yosemite USB installer. USB stick/external drive needs to be at least 8GB and a USB3 one will be much quicker.First download the OS X 10.10 Yosemite installer from the Mac App Store in the Purchases section (you may need to hold alt/option while selecting Purchases. Once it's downloaded, just quit the installer and set the downloaded file's name to InstallOSXYosemite.app (make sure only .app, not .app.app)Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and set the name be YosemiteInstallerNow click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set to YosemiteInstaller.Launch the Terminalapp (in Applications/Utilities) and copy-paste t
Jul ’15
Xcode 7 Beta 3 not auto-selecting Code Sign certificate for "iOS Distribution"
Update: Just before posting this, I thought that I would try Xcode 7 Beta 2, and it worked! I'm trying to update my build server from Xcode 6.3 to Xocde 7 beta 3, but getting the following error. On my server I use an enterprise account, so I depend on using the iOS Distribution setting for my In House configuration instead of hard coding the cert in the project. + xcodebuild -project MYAPP.xcodeproj -scheme MYAPP-InHouse archive === BUILD TARGET WatchKit App OF PROJECT MYAPP WITH CONFIGURATION In House Distribution === Check dependenciesCode Sign error: No matching provisioning profiles found: No valid 'development' profiles were found.CodeSign error: code signing is required for product type 'WatchKit App' in SDK 'iOS 9.0'when I modify the build settings on the server and select My Company name - iOS Distribution Certificate instead of iOS Distribution the build will work, but I need the auto-select to work. It's not clear why it says 'development' in the error, this scheme is configured t
Replies
8
Boosts
0
Views
2.4k
Activity
Jul ’15
Reply to [Meta] Signal to Noise
I have been programming computers for 44 years. I think a lot of the interesting posts have been by youngsters (I am 65) who have been educated in functional programming. I think the majority of them are off playing with Swift 2.0.---------------My DNA RPG - Report Program Generator IBM 360 Model 20 - San Jose Fortran - CDC6600 Sunnyvale Ca Cobol - CDC6600 Sunnyvale Ca Burroughs B3500 Assembly Burroughs B3500 Cobol IBM 360 Cobol IBM 360 Assembly Language and Macro Assembler Assembly Language 6502, 808x, 68xx Pascal Forth C Scheme Java Lisp Visual Basic SQL Smalltalk Objective-C Swift
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’15
OS X Localization
Hello,Since I am very new to this forum, my question may have an obvious answer to most of you. However, I'll for it.I am not familiar with the possibilities (or not) of localizing the OS X itself, i.e. adding a new language for the system as a whole, which in my case would be working on the localization / translation into Bosnian.Thanks for any feedback and/or advice.Elv
Replies
3
Boosts
0
Views
598
Activity
Jul ’15
Reply to 7.0 beta : watchkit app won't launch in the simulator
It's possible that you have some random errors in your code, that it only works some of the time. The best way to resolve this is setting breakpoints in your main interfaceController's awakeWithContext and willActivate, and track if they are hit.Another thing to try is to check your scheme settings.
Replies
Boosts
Views
Activity
Jul ’15
Can anyone run watchOS2 beta 3 apps on the watch device while debugging with Xcode?
I just don't seem to be able to debug an app if it is running on the actual watch. I am on beta 3 and this is what happens:Xcode takes a while to detect the watch.if I try to run the watchkit app scheme (real device + paired real watch), the app installs to both devices, then Xcode beachballs a little and the it says it's done running on the watch.if instead I run the iOS app scheme first and then the watchkit app one, again Xcode beachballs a bit and then the iOS app crashes (a sigkill LOL). ie.:0x10004ec74 <+120>: bl 0x10004ed08; symbol stub for: UIApplicationMain 0x10004ec78 <+124>: stur w0, [x29, #-4] <<-- SIGKILLThis is not that different than what I was experiencing with beta 2, but for the crash. With beta 2 it would also beachball and then finish without running or seemengly attaching to the debugger. BTW, once the app has been pushed by Xcode into the phone and from the phone to the watch, the watch app itself runs just fine if I don't attempt debugging. So my ques
Replies
9
Boosts
0
Views
2.1k
Activity
Jul ’15
Reply to CoreSpotlight: What data to index and which approach is best?
Sorry for hi-jacking this thread, but your reply leads to some questions:You'll want to also make sure you're using a Smart App Banner with a deep link to your app on any pages that your app can show. Since you already handle these entries into your app this should be easy for you. Just make sure you're specifying the app-argument in the content value to a deep link into your content. More generally, you'll want to support Univeral Links as the way you get users into your app, and also for the things like the webpageURL on NSUserActivities, and for identifiers of your CSSearchableItem objects.Question:Given I have web content at mydomain.com/content-my-app-understands and I have a Smart App Banner there with<meta name=apple-itunes-app content=app-id=myAppStoreID, app-argument=myURL_telling_the_app_what_to_show>where myURL_telling_the_app_what_to_show is a URL with custom URL scheme likemyAppName://show-this-with-idWhen this page gets crawled, spotlight puts it in its global index and the user t
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’15
Xcode 7 Beta 3 does not find my cert for "iOS Distirbution"
I'm trying to update my build server from Xcode 6.3 to Xocde 7 beta 3, but getting the following error. On my server I use the Enterprise Develoepr Program, so I depend on using the auto-select iOS Distribution setting for my In House configuration instead of hard coding the cert in the project because I belong to a different Developer Program on my development machine.+ xcodebuild -project MYAPP.xcodeproj -scheme MYAPP-InHouse archive=== BUILD TARGET WatchKit App OF PROJECT MYAPP WITH CONFIGURATION In House Distribution ===Check dependenciesCode Sign error: No matching provisioning profiles found: No valid 'development' profiles were found.CodeSign error: code signing is required for product type 'WatchKit App' in SDK 'iOS 9.0'Xcode 7 beta 2 works. beta 3 does not.
Replies
10
Boosts
0
Views
4.2k
Activity
Jul ’15
URI Schemes Broken?
It seems that basic URI Schemes are not working as of beta 3. I created a simple test app with myscheme as a URI Scheme, and attempted to open it from Safari, but Safari just stops there. This also breaks existing app schemes.
Replies
6
Boosts
0
Views
774
Activity
Jul ’15
Reply to schema.org "Offer", but not "Product" in Spotlight?
Product is not on the list of schemes that's supported because we don't index anything directly from the Product itself other than AggregateRating and Offer. Of course, what we pull out of this markup is potentially changing over time, but at the moment we don't pull info from Product itself. If there's information you think we should be including from Product, please file bug reports with the details.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’15
How do I set the language of the watch simulator?
I'm trying to verify the translations for my Watch app, but no matter what I change, the UI on the watch is always in English. I've tried setting the iPhone simulator language in the General settings, which works for the iPhone app, but doesn't affect the watch. I've also tried changing the Application Language in the debug launch scheme, but that doesn't seem to make any difference either. What am I missing?
Replies
2
Boosts
0
Views
2.8k
Activity
Jul ’15
Reply to El Capitan Public Beta Installation Failing
Here are some instructions I found. Do they look ok?How to Create Bootable USB Flash DriveFirst, create bootable USB flash drive. Here is how you do it:Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and let the name be Untitled (default).Now click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set to Untitled.After downloading the OS X 10.10 Yosemite installer from the Mac App Store, just quit the installer and set the downloaded file's name to Install OS X Yosemite.app.Launch the Terminal app (in Applications/Utilities) and type or paste the following command in, and then hit Enter:sudo /Applications/Install OS X Yosemite.app/Contents/Resources/createinst
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to CoreSpotlight: What data to index and which approach is best?
So in the webpageURL would be aURL of kindmyAppName://show-this-with-id???That doew not make any sense as the documentation of webpageURL states:The scheme of the webpageURL must be http or https. Any other scheme throws an exception.So to repeat:I have an app which understands a custom URL schemeI have SmartAppBanners with the custom URL scheme in its app-argumentThe AppleBot crawls my site at e.g. mydomain.com/content-my-app-understandsSo my question again: How to access my original deeplink (myAppName://show-this-with-id) from the NSUserActivity when the user presses a search result?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to How to downgrade El Capitan to Yosemite without a backup
If you have a Time Machine backup, you need this support page:https://support.apple.com/kb/PH18848?locale=en_GBIf not, then you'll need to make a Yosemite USB installer of at least 8GB. (a USB3 one will be much quicker).First download the OS X 10.10 Yosemite installer from the Mac App Store in the Purchases section (you may need to hold alt/option while selecting Purchases. Once it's downloaded, just quit the installer and set the downloaded file's name to InstallOSXYosemite.app (make sure only .app, not .app.app)Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and set the name be YosemiteInstallerNow click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to URI Schemes Broken?
It seems that typing the URI Scheme directly into Safari no longer works, but clicking links that point to the schemes still does (or setting window/document.location programmatically).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to From El Capitan to Yosemite
You'll need to make a Yosemite USB installer. USB stick/external drive needs to be at least 8GB and a USB3 one will be much quicker.First download the OS X 10.10 Yosemite installer from the Mac App Store in the Purchases section (you may need to hold alt/option while selecting Purchases. Once it's downloaded, just quit the installer and set the downloaded file's name to InstallOSXYosemite.app (make sure only .app, not .app.app)Plug in your USB drive into the computer and open Disk Utility (in Applications).Select the USB drive from the left sidebar and click on Erase tab.Choose Mac OS Extended (Journaled) in the format box and set the name be YosemiteInstallerNow click on Erase button and wait until the format process completes.Then choose Partition tab and select 1 Partition from Partition Layout dropdown menu. Click on Option and ensure GUID Partition Table is selected as the partition scheme, with its name set to YosemiteInstaller.Launch the Terminalapp (in Applications/Utilities) and copy-paste t
Replies
Boosts
Views
Activity
Jul ’15