beta

Weird relative path while creating new files in Xcode. Is it related with macOS Catalina beta 4 version?

南楼画角 提交于 2019-11-29 10:56:39
I am not sure if it is related with beta software I am using. I've recorded a video which shows the problem: https://youtu.be/AuxjNpylaMc When I create new files in Xcode, they're put in super weird location which causes a lot of problems when pushing files to repository. When I create a file in Xcode (no matter where in project, no matter which project I am loaded into, no matter where is the project located on my drive) this is how the relative path is generated: ../../../../../../System/Volumes/Data/Users/patryksredzinski/Desktop/PerfTester/PerfTester-Xcode/PerfTester-Xcode/wtfTableViewCell

Testflight testers getting “unable to download app could not be installed at this time”

家住魔仙堡 提交于 2019-11-29 05:54:37
问题 I distributed version 1.0, build 1, of my app via TestFlight, and everything worked perfectly. Yesterday I archived and sent out build 2, and now upon tapping the update button, every user seems to be getting an error: Unable to Download App [App name] could not be installed at this time I haven't heard from any users who didn't have build 1 installed already, but looking at iTunes Connect, no user has build 2 installed. 回答1: I've got this error many times, but I saw a really strange pattern

In Xcode I see (no paired Apple Watch) even though the watch is paired and the watch's UDID is registered

孤者浪人 提交于 2019-11-28 22:12:55
My phone is listed as an ineligible target in Xcode and out to the side it says ( no paired Apple Watch ). My Apple Watch is registered under iOS Devices. I can see the UDID. The watch has watchOS 2.0 installed and my iPhone 6 has iOS 9 installed. The iPhone pairs just fine with the watch and I can install apps. I've tried rebooting both the watch and the phone. I've tried rebooting Xcode. I tried creating a new scheme in Xcode but it still shows (no paired Apple Watch). I can choose Product/Destination and the app will show up on the phone, it just won't install the watch app...just sits

iOS 11 Core NFC - any sample code?

僤鯓⒐⒋嵵緔 提交于 2019-11-28 18:23:20
I just installed the first iOS 11 beta to an iPhone 7 and am interested in trying the NFC. There's nothing about it in settings. I am wondering if there's any sample code out there showing how to read a tag. Can anyone show how to use the Core NFC SDK, in a code snippet? Boris In the Apple Developer site, create a new App ID and make sure that NFC Tag Reading is enabled. Add the following lines to your .plist file: <key>NFCReaderUsageDescription</key> <string>NFC Tag!</string> and these to the entitlements file: <key>com.apple.developer.nfc.readersession.formats</key> <array> <string>NDEF<

Continuous speech recogn. with SFSpeechRecognizer (ios10-beta)

若如初见. 提交于 2019-11-28 17:38:41
I am trying to perform cont. speech recognition using AVCapture on iOS 10 beta. I have setup captureOutput(...) to continuously get CMSampleBuffers . I put these buffers directly into SFSpeechAudioBufferRecognitionRequest which I set up previously like this: ... do some setup SFSpeechRecognizer.requestAuthorization { authStatus in if authStatus == SFSpeechRecognizerAuthorizationStatus.authorized { self.m_recognizer = SFSpeechRecognizer() self.m_recognRequest = SFSpeechAudioBufferRecognitionRequest() self.m_recognRequest?.shouldReportPartialResults = false self.m_isRecording = true } else {

Angular2 beta - bootstrapping HTTP_PROVIDERS - “Unexpected Token <”

给你一囗甜甜゛ 提交于 2019-11-28 10:43:42
Starting with the 5 minute quick start I've been playing around the angular2 beta and have run across a problem that has me stumped. Here is a dumbed down version that shows the problem I have. First here a hello world app working perfectly. package.json { "name": "...", "version": "0.0.1", "description": "...", "author": { "name": "...", "email": "..." }, "scripts": { "tsc": "tsc", "tsc:w": "tsc -w", "lite": "lite-server", "start": "concurrent \"npm run tsc:w\" \"npm run lite\" " }, "license": "ISC", "dependencies": { "angular2": "2.0.0-beta.0", "bootstrap": "^3.3.6", "es6-promise": "^3.0.2",

Xcode 7 Beta 6, dyld ___NSArray0__ crash

徘徊边缘 提交于 2019-11-28 09:21:59
For the first time I was able to compile my app in Xcode 7 (failed in beta 4 and 5). So, thats good progress I guess. However, when i load my app on my iPhone 6, iOS 8.4.1, it crashed in the debugger with the following message: dyld: Symbol not found: _NSArray0 Referenced from: /private/var/mobile/Containers/Bundle/Application/0294DF62-AE80-485D-BB11-8C3A5D39777D/Boxtiq.app/Boxtiq Expected in: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /private/var/mobile/Containers/Bundle/Application/0294DF62-AE80-485D-BB11-8C3A5D39777D/Boxtiq.app/Boxtiq Is this something to do with

Xcode 10 - image literals no longer available

巧了我就是萌 提交于 2019-11-28 07:54:15
Xcode 10 Release Notes: "Code Completion for Swift image literals has been removed in Xcode 10" So it's not a bug that I couldn't add images in the code (and run older projects). How do we then add images from now on in the code as just typing UIImageView(image: won't accept any png or jpeg. let cellImage: UIImageView = { let image = UIImageView(image: ???)) return image }() System: macOS Mojave Xcode: Xcode 10 Beta 4 Ron Gahlot Found the Shortcut to open the Media Library Tab: ⇧ + ⌘ + M At this point the official documentation does not cover some use cases at Xcode 10 beta so I'm not able to

Distributing for App Store using beta versions of Xcode

梦想与她 提交于 2019-11-28 06:50:21
When I try to distribute an app I get this error: Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. No matching provisioning profiles found for "Application/TheApp.app" None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups. I don't really understand what that error means. Any help? You can't submit an app to App Store with beta software, you have to wait GM release. From Apple New apps and app updates submitted to the App Store must be built

Python pandas calculate rolling stock beta using rolling apply to groupby object in vectorized fashion

こ雲淡風輕ζ 提交于 2019-11-28 02:05:03
问题 I have a large data frame, df, containing 4 columns: id period ret_1m mkt_ret_1m 131146 CAN00WG0 199609 -0.1538 0.047104 133530 CAN00WG0 199610 -0.0455 -0.014143 135913 CAN00WG0 199611 0.0000 0.040926 138334 CAN00WG0 199612 0.2952 0.008723 140794 CAN00WG0 199701 -0.0257 0.039916 143274 CAN00WG0 199702 -0.0038 -0.025442 145754 CAN00WG0 199703 -0.2992 -0.049279 148246 CAN00WG0 199704 -0.0919 -0.005948 150774 CAN00WG0 199705 0.0595 0.122322 153318 CAN00WG0 199706 -0.0337 0.045765 id period ret