Search results for

“missing package product”

52,391 results found

Post

Replies

Boosts

Views

Activity

self.presentTextInputControllerWithSuggestions, 3 questions... can we control non
I see Apple uses this, and can talk for say a minute with not getting sleep to interrupt! When we do it, the watch sleeps and we LOSE the textinput string it was doing!!!!1. is there a way we can stop that sleep while in this method? (I surely hope so)1.1 Does new Mic ability we have tie into Siri? for doing speech to text?2. Also I see Apple app, has the audio streem saved. Can we have that ability to save that audio file also please? and if so how can I do it now? as the ability clearly is there!3. Will Apple soon maybe WWDC allow this ability on phone to direct access the microphone for text input???? really needed for my app.3.1 We need ability to get the mic directly for speech to text on phone/ipad PLEASE??? can we do this now in iOS 2? Swift2 ?thank you so much. Mike
2
0
589
Jun ’15
Metal - Support for geometry and domain shaders?
So after looking through Metal's documentation and going through the headers, I'm noticing the omission of geometry and domain shader support. Technically, the basic idea behind these two could be done with a compute shader given the nature of Metal's pipeline, but proper support in MSL would be a nice convenience to have epsecially given there's largely already support for geometry and domain shaders in OpenGL 4.1.So I have to ask, is there something I missed? Can it be chalked up to 10.11 being in beta, therefore Metal for OS X being in beta as well and not feature complete as such? Or is Metal on OS X only there for additional API compatibility with iOS?
2
0
2.3k
Jun ’15
Arrays of tuples
In Swift 2, I created an array of tuples and try to append an item such as: var foo = [(Int, String)]() foo.append((400, Bad Request))I get an error:error: missing argument for parameter #2 in call foo.append((400, Bad Request))However, if I do: var foo = [(Int, String)]() let e = (400, Bad Request) foo.append(e)It compiles.This code worked with the previous version of XCode and Swift, and the release notes don't make any mention of changes to tuples.Is this a bug or am I doing something wrong?
4
0
5.3k
Jun ’15
Reply to linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
No Service
In the past week, my iPhone 6 (Verizon, iOS 8.4 b3) has lost the ability to connect to cellular. Restoring to 8.4b3 and 8.3 haven't helped. Sometimes shows full service but with 1x in the status bar and can't actually connect to make a call or text or any data. I believe it may be a hardware issue, but I wanted to see if anyone else was experiencing this?
1
0
457
Jun ’15
Bluetooth keyboard not working on 3rd-party Chinese input method
As a heavy user in Chinese text editing, I used to have 3rd-party input method with Shuangpin happily on the jailbroken iOS7 device.Nowadays, iOS8 has all the major Chinese input method corps, like Baidu and Sogou, without the API toward bluetooth keyboard.As a result, my productivity dropped dramatically without a BT keyboard, so were a lot of heavy users in Chinese world. And the answers were all pointed to the limitation of SDK.Hence, I sincerely wish Apple to empower 3rd-party developer the access to BT keyboard.With the mighty power of BT keyboard and 3rd-party input method, the productivity of iPhone and iPad will be fully unleashed in Chinese text editing field.
7
0
3.3k
Jun ’15
Installation does not go through
I'm trying to install on a 2009 iMac. The screen shows Installing: About 31 minutes remaining. It was showing that for few hours, so I did a force-shut down. Instead of booting up normally, it boot up into the installer. The screen still continues to show the same message. I've completely lost access to the computer. Whenever I do a force shut down and start it again, it still opens back to the installer screen. Can someone help please?!?
4
0
560
Jun ’15
Getting compile errors in Interface Builder in Xcode7
Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear whatCompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard cd /Users/user/Documents/ContactsJournal-316/SimpleList export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/.. /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBPartialInfo.plist --auto-activate-custom-fonts --target
5
0
2.8k
Jun ’15
Reply to iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
Documentation would be nice, wouldn't it? Sadly, it's currently undocumented. I found these keys by searching through the bundles included in the Xcode 7 beta package. There are other keys as well that I'm sure are used for specifying domains as Apple intends, but it's not clear how to format the ATS dictionaries in the Info.plist, so for now this is a workaround. I'm sure we'll know more by the end of the week.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Can I install back to iOS 8.3 after trying out iOS 9 beta?
The download page says:Devices updated to iOS 9 can not be restored to earlier versions of iOS.Is this true? Can I not install iOS 8.3 (or another latest iOS version signed by Apple) over iOS 9 (or otherwise reset the device to iOS 8.3) even if it means I restore the phone and lose all the contents? Did you guys at Apple just change how it has worked for the past 4 years, or did your text-content writers just drop the ball?
8
0
1.6k
Jun ’15
self.presentTextInputControllerWithSuggestions, 3 questions... can we control non
I see Apple uses this, and can talk for say a minute with not getting sleep to interrupt! When we do it, the watch sleeps and we LOSE the textinput string it was doing!!!!1. is there a way we can stop that sleep while in this method? (I surely hope so)1.1 Does new Mic ability we have tie into Siri? for doing speech to text?2. Also I see Apple app, has the audio streem saved. Can we have that ability to save that audio file also please? and if so how can I do it now? as the ability clearly is there!3. Will Apple soon maybe WWDC allow this ability on phone to direct access the microphone for text input???? really needed for my app.3.1 We need ability to get the mic directly for speech to text on phone/ipad PLEASE??? can we do this now in iOS 2? Swift2 ?thank you so much. Mike
Replies
2
Boosts
0
Views
589
Activity
Jun ’15
Metal - Support for geometry and domain shaders?
So after looking through Metal's documentation and going through the headers, I'm noticing the omission of geometry and domain shader support. Technically, the basic idea behind these two could be done with a compute shader given the nature of Metal's pipeline, but proper support in MSL would be a nice convenience to have epsecially given there's largely already support for geometry and domain shaders in OpenGL 4.1.So I have to ask, is there something I missed? Can it be chalked up to 10.11 being in beta, therefore Metal for OS X being in beta as well and not feature complete as such? Or is Metal on OS X only there for additional API compatibility with iOS?
Replies
2
Boosts
0
Views
2.3k
Activity
Jun ’15
Arrays of tuples
In Swift 2, I created an array of tuples and try to append an item such as: var foo = [(Int, String)]() foo.append((400, Bad Request))I get an error:error: missing argument for parameter #2 in call foo.append((400, Bad Request))However, if I do: var foo = [(Int, String)]() let e = (400, Bad Request) foo.append(e)It compiles.This code worked with the previous version of XCode and Swift, and the release notes don't make any mention of changes to tuples.Is this a bug or am I doing something wrong?
Replies
4
Boosts
0
Views
5.3k
Activity
Jun ’15
Reply to linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’15
Pics Not Appearing in Friends and Contact Names Not In Messages
I filed a bug report but has anyone else experienced all pics missing from Friends and contact names missing from Messages?
Replies
5
Boosts
0
Views
1.8k
Activity
Jun ’15
No Service
In the past week, my iPhone 6 (Verizon, iOS 8.4 b3) has lost the ability to connect to cellular. Restoring to 8.4b3 and 8.3 haven't helped. Sometimes shows full service but with 1x in the status bar and can't actually connect to make a call or text or any data. I believe it may be a hardware issue, but I wanted to see if anyone else was experiencing this?
Replies
1
Boosts
0
Views
457
Activity
Jun ’15
Bluetooth keyboard not working on 3rd-party Chinese input method
As a heavy user in Chinese text editing, I used to have 3rd-party input method with Shuangpin happily on the jailbroken iOS7 device.Nowadays, iOS8 has all the major Chinese input method corps, like Baidu and Sogou, without the API toward bluetooth keyboard.As a result, my productivity dropped dramatically without a BT keyboard, so were a lot of heavy users in Chinese world. And the answers were all pointed to the limitation of SDK.Hence, I sincerely wish Apple to empower 3rd-party developer the access to BT keyboard.With the mighty power of BT keyboard and 3rd-party input method, the productivity of iPhone and iPad will be fully unleashed in Chinese text editing field.
Replies
7
Boosts
0
Views
3.3k
Activity
Jun ’15
Installation does not go through
I'm trying to install on a 2009 iMac. The screen shows Installing: About 31 minutes remaining. It was showing that for few hours, so I did a force-shut down. Instead of booting up normally, it boot up into the installer. The screen still continues to show the same message. I've completely lost access to the computer. Whenever I do a force shut down and start it again, it still opens back to the installer screen. Can someone help please?!?
Replies
4
Boosts
0
Views
560
Activity
Jun ’15
Reply to Does Homekit on watchOS2 require handoff?
According to today's announcement, Siri will support controlling HomeKit accessories directly on Apple Watch without Handoff. Currently I assume Siri's production server hasn't been updated with Apple Watch native HomeKit support. It would be great if you can file a bug at bugreport.apple.com
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Please fix Spaces viewer in El Capitan
It's incredibly broken right now. All visual references are lost unless you move the mouse up to the top of the screenWe need app icons even if they're small, super helpful visual, vs reading the names of the apps. Small screenshots are very helpful. Current beta 1 is defintiely a regression.
Replies
3
Boosts
0
Views
349
Activity
Jun ’15
Getting compile errors in Interface Builder in Xcode7
Any idea what to do with this compile error in Xcode7? It doesn't like something about the storyboard it seems, but not clear whatCompileStoryboard Classes/Storyboards/AddEditLogs~iphone.storyboard cd /Users/user/Documents/ContactsJournal-316/SimpleList export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/.. /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --errors --warnings --notices --module CJournal --output-partial-info-plist /Users/user/Library/Developer/Xcode/DerivedData/SimpleList-amnbkfmzfnizoraydqdeqdmphixr/Build/Intermediates/SimpleList.build/Debug-iphonesimulator/SimpleList.build/AddEditLogs~iphone-SBPartialInfo.plist --auto-activate-custom-fonts --target
Replies
5
Boosts
0
Views
2.8k
Activity
Jun ’15
Reply to iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
Documentation would be nice, wouldn't it? Sadly, it's currently undocumented. I found these keys by searching through the bundles included in the Xcode 7 beta package. There are other keys as well that I'm sure are used for specifying domains as Apple intends, but it's not clear how to format the ATS dictionaries in the Info.plist, so for now this is a workaround. I'm sure we'll know more by the end of the week.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to What Graphics Cards support Metal?
Nope. You barely missed the cut.Nvidia – GeForce gtx 4xx and newerIntel – HD4000 and newer (ivy bridge and newer)AMD – HD7000 and newer
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’15
Swift 2.0 manual missing in French iBookStore
Is there any plan to release Swift 2.0 manual to french iBookStore ?
Replies
3
Boosts
0
Views
466
Activity
Jun ’15
Can I install back to iOS 8.3 after trying out iOS 9 beta?
The download page says:Devices updated to iOS 9 can not be restored to earlier versions of iOS.Is this true? Can I not install iOS 8.3 (or another latest iOS version signed by Apple) over iOS 9 (or otherwise reset the device to iOS 8.3) even if it means I restore the phone and lose all the contents? Did you guys at Apple just change how it has worked for the past 4 years, or did your text-content writers just drop the ball?
Replies
8
Boosts
0
Views
1.6k
Activity
Jun ’15