{{theTime}}

Search This Blog

Total Pageviews

Xcode error: Could not find Developer Disk Image

- Its IOS and Xcode Compatibility issue.
- Goto Xcode website and see the Xcode SDK supported IOS versions
- Download latest Xcode Version https://developer.apple.com/download/

No comments:

Generate Insert Sql from Select Statement

SELECT 'INSERT INTO ReferenceTable (ID, Name) VALUES (' +        CAST(ID AS NVARCHAR) + ', ''' + Name + ''...